const runtime.pageCachePages
5 uses
runtime (current package)
mheap.go#L1190: if !needPhysPageAlign && pp != nil && npages < pageCachePages/4 {
mpagecache.go#L12: const pageCachePages = 8 * unsafe.Sizeof(pageCache{}.cache)
mpagecache.go#L106: p.update(c.base, pageCachePages, false, false)
mpagecache.go#L168: p.update(c.base, pageCachePages, false, true)
mpagecache.go#L181: p.searchAddr = offAddr{c.base + pageSize*(pageCachePages-1)}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |